auto merge of #599 : epdtry/cargo/profile-codegen-units, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Sep 2014 18:43:40 +0000 (18:43 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Sep 2014 18:43:40 +0000 (18:43 +0000)
If the profile sets `codegen-units`, the value will be passed to `rustc`'s `-C codegen-units` option.  If no value is set, then no argument will be passed, so `rustc` will use its default settings.


Trivial merge